home *** CD-ROM | disk | FTP | other *** search
- body{
- margin: 0px;
- background-color: #F3F7F8;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: 11px;
- }
-
- .headline{
- color: #5190B8;
- font-size: 14px;
- font-weight: bold;
- }
-
- .tablehead{
- font-weight: bold;
- }
-
- .leadhline{
- color: black;
- font-size: 14px;
- font-weight: bold;
- }
-
- .centered{
- display: block;
- text-align: center;
- }
-
- .button{
- display: block;
- text-align: center;
- background-color: #FFBD0F;
- border: 1px solid black;
- text-decoration: none;
- font-weight: bold;
- width: 100px;
- margin-left: auto;
- margin-right: auto;
- padding: 10px 5px 10px 5px;
- font-size: 11px;
- }
-
- #lead{
- border: 1px solid #8DB4C0;
- padding: 5px;
- }
-
- /* header */
-
- #header{
- position: absolute;
- top: 0px;
- left: 0px;
- background-color: #86B1CE;
- background-image: url(img/header.gif);
- background-repeat: no-repeat;
- height: 120px;
- width: 1005px;
- }
- /* body */
-
- #container{
- width: 100%;
- }
-
- #content{
- position: absolute;
- top: 120px;
- left: 190px;
- width: 630px;
- background-color: white;
- border-bottom: 1px solid #8DB4C0;
- border-right: 1px solid #8DB4C0;
- border-left: 1px solid #8DB4C0;
- padding-top: 50px;
- padding-bottom: 10px;
- padding-right: 10px;
- padding-left: 10px;
- }
-
- #tekst{
- position: relative;
- width: 450px;
- padding-right: 10px;
- float: left;
- padding-bottom: 20px;
- }
-
- #about{
- position: relative;
- width: 150px;
- float: right;
- font-size: 10px;
- padding-bottom: 20px;
- }
-
- /* right sidebar */
- #sidebar{
- position: absolute;
- top: 170px;
- left: 835px;
- width: 150px;
- text-align: center;
- }
-
- /* left sidemenu */
-
- #menu{
- position: absolute;
- top: 170px;
- left: 25px;
- width: 136px;
- background-color: #8DB4C0;
- padding: 1px;
- }
-
- div#menu-item a{
- display: block;
- width: 132px;
- padding: 1px;
- border: 1px solid #D9E6E9;
- background-color: #E7EBF1;
- text-align: center;
- text-decoration: none;
- color: black;
- line-height: 20px;
- }
-
- div#menu-item a:hover{
- background-color: #C5CFDD;
- color: black;
- }
-
- /* tabbladen */
- ul#tab {
- position: absolute;
- left: 580px;
- top: 120px;
- height: 26px;
- width: 410px;
- border: 0;
- padding: 0;
- margin: 0;
- list-style: none;
- }
-
- #tab li {
- float: left;
- text-align: center;
- background: url(img/tabinactive.gif) top left no-repeat;
- color: black;
- }
-
- #tab li a {
- display: block;
- width: 102px;
- height: 26px;
- line-height: 22px;
- margin: 0;
- color: black;
- padding: 0px;
- text-decoration: none;
- background: url(img/tabinactive.gif) 0 -75px no-repeat;
- }
-
- #tab li a:hover {
- background: url(img/tabactive.gif) top left no-repeat;
- color: white;
- font-weight: bold;
- }
-
- #tab li a:active {
- background: url(img/tabactive.gif) 0 -50px no-repeat;
- color: white;
- font-weight: bold;
- }
-
- table.price{
- border-bottom: 1px dotted #8DB4C0;
- border-top: 1px dotted #8DB4C0;
- padding: 10px 20px 10px 20px;
- }
-
- td{
- padding: 5px 20px 5px 5px;
- }
-
- /* current page */
-
- body#home li#lhome a,
- body#support li#lsupport a,
- body#comp li#lcomp a,
- body#webdesign li#lwebdesign a {
- background: url(img/tabactive.gif) top left no-repeat;
- color: white;
- font-weight: bold;
- }
-
- body#home a#intro,
- body#home a#feat,
- body#home a#tour,
- body#home a#versions,
- body#home a#download,
- body#home a#register,
- body#home a#order,
- body#comp a#intro,
- body#support a#intro {
- background-color: #FFBD0F;
- font-weight: bold;
- }
-